Selerix Developer Tools
Sample Transmittal Report Output
Supplemental Information > The Selerix Data Transmittal > The Selerix Transmittal Simplified > Sample Transmittal Report Output

The XML below was generated using the sample report described in this section.  This version was created with the line of code that converts the "less than" and "greater than" symbols to their respective HTML entity codes commented out to show what the XML looks like in a familiar format.  The second example in this section shows the same XML with entities converted as required when the transmittal is included in a SAML or SOAP XML container.

<?xml version="1.0" encoding="utf-8"?>
<Transmittal xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SenderID="7fc8020a-ec7c-4766-82e3-48a71b7ac35d" Type="UploadApplicants" PortfolioID="3e4a6148-a7d5-4f44-9dd3-8ac1e7c00c14">
  <Group />
  <Applicants>
    <Applicant ID="13579BD">
      <SSN>222-33-4444</SSN>
      <FirstName>Fred</FirstName>
      <LastName>Flintstone</LastName>
      <Sex>Unknown</Sex>
      <Employment>
        <Title>Integration Engineer</Title>
        <Department>Product Development</Department>
        <Location>JAX</Location>
        <JobClass>Salary</JobClass>
      </Employment>
      <LegalStatus>Employee</LegalStatus>
      <Relationship>Employee</Relationship>
      <BirthDate>1980-01-15T00:00:00</BirthDate>
      <EmployeeIdent>12345</EmployeeIdent>
    </Applicant>
  </Applicants>
</Transmittal>
 

            
            
See Also